home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_131.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  508 b   |  12 lines

  1. AND
  2. Evaluates the argument or arguments and returns TRUE if all arguments are true. If one argument is false, the AND function returns FALSE. If the argument is a number or arithmetic operation (such as 1+1) rather than an equation (such as 1+ 1 = 2), then 0 equals FALSE and all other values equal TRUE.
  3.  
  4. Format: AND (logical1, logical2, ...)
  5.  
  6. Arguments:
  7. ΓÇó  logical1: A numeric expression.
  8. ΓÇó  logical2: A numeric expression.
  9.  
  10. Example:
  11. AND (B1) returns TRUE.
  12. Shows that cell B1 contains a nonzero number.